SystemInfoKind Enumeration |
Gets a value that indicates whether the system information represented by this instance belongs to Operator Client, Management Server
or is not available.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax[SerializableAttribute]
public enum SystemInfoKind
Members| Member name | Value | Description |
|---|
| InfoNotAvailable | 0 |
The information is not available.
|
| Server | 1 |
Management Server information.
|
| Client | 2 |
Operator Client information.
|
See Also